home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / toolhelp / pophelp.frm < prev    next >
Text File  |  1995-05-07  |  2KB  |  57 lines

  1. VERSION 2.00
  2. Begin Form frmPopupHelp 
  3.    BackColor       =   &H00FFFFFF&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   "Form2"
  6.    ClientHeight    =   750
  7.    ClientLeft      =   3870
  8.    ClientTop       =   5715
  9.    ClientWidth     =   3510
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    Enabled         =   0   'False
  13.    FontBold        =   0   'False
  14.    FontItalic      =   0   'False
  15.    FontName        =   "Arial"
  16.    FontSize        =   8.25
  17.    FontStrikethru  =   0   'False
  18.    FontUnderline   =   0   'False
  19.    Height          =   1155
  20.    Left            =   3810
  21.    LinkTopic       =   "Form2"
  22.    MaxButton       =   0   'False
  23.    MinButton       =   0   'False
  24.    ScaleHeight     =   50
  25.    ScaleMode       =   3  'Pixel
  26.    ScaleWidth      =   234
  27.    Top             =   5370
  28.    Width           =   3630
  29.    Begin PictureBox Picture1 
  30.       AutoRedraw      =   -1  'True
  31.       BackColor       =   &H0080FFFF&
  32.       Enabled         =   0   'False
  33.       FontBold        =   0   'False
  34.       FontItalic      =   0   'False
  35.       FontName        =   "Arial"
  36.       FontSize        =   9.75
  37.       FontStrikethru  =   0   'False
  38.       FontUnderline   =   0   'False
  39.       ForeColor       =   &H00000000&
  40.       Height          =   315
  41.       Left            =   240
  42.       ScaleHeight     =   19
  43.       ScaleMode       =   3  'Pixel
  44.       ScaleWidth      =   129
  45.       TabIndex        =   0
  46.       Top             =   105
  47.       Width           =   1965
  48.    End
  49. End
  50. Option Explicit
  51.  
  52. Sub Form_Load ()
  53.   frmPopupHelp!Picture1.Top = 0
  54.   frmPopupHelp!Picture1.Left = 0
  55. End Sub
  56.  
  57.